var testing.blockProfile
6 uses
testing (current package)
testing.go#L464: blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to `file`")
testing.go#L496: blockProfile *string
testing.go#L2325: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L2408: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L2409: f, err := os.Create(toOutputDir(*blockProfile))
testing.go#L2415: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *blockProfile, err)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)